ReviewRequestConsent

This operation is to transfer the reviewed request consent details from council to online DA service.

Authorizations:
path Parameters
CaseID
required
string

A fully qualified application number.

header Parameters
OrganisationID
required
string

Used by the API gateway to identify the council LGA name from which the request was initiated.

IdempotencyID
required
string

Unique Id for this request. Allows the API to respond in an idempotent way if it has already been called with these parameters and prevents duplicate processing. Typically a UUID such as "63a9ba30-7a4b-4fac-b343-d1f05cf089f1"

Request Body schema: application/json
operativeConsentIssued
required
boolean

This is to capture 'Has satisfactory evidence been provided that the conditions have been addressed'. Mandatory when the applicant submits the request operational consent.

consentComments
string <= 2000 characters

This is to track the comments from council while issuing operational consent. Mandatory when operativeConsentIssued is selected as False.

Array of objects (DownloadableDocument)
updatedByEmail
required
string <= 250 characters

User must be registered in the planning portal

Responses

Request samples

Content type
application/json
{
  • "operativeConsentIssued": true,
  • "consentComments": "string",
  • "Documents": [
    ],
  • "updatedByEmail": "john.smith@gmail.com"
}